Browse Source

small change to error thrower

tags/v0.1.9^2
Big Bad Waffle 6 years ago
parent
commit
8f535af29e
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      src/server/globals.js
  2. +1
    -0
      src/server/world/worker.js

+ 1
- 0
src/server/globals.js View File

@@ -24,6 +24,7 @@ define([
return arguments[1];
} catch (e) {
console.log(arguments);
throw e;
}
};



+ 1
- 0
src/server/world/worker.js View File

@@ -47,6 +47,7 @@ requirejs([
return arguments[1];
} catch (e) {
console.log(arguments);
throw e;
}
};



Loading…
Cancel
Save