stuff
This commit is contained in:
parent
bc92231240
commit
b8225c639e
11904 changed files with 1472749 additions and 133 deletions
6
node_modules/@tootallnate/quickjs-emscripten/dist/debug.js
generated
vendored
Normal file
6
node_modules/@tootallnate/quickjs-emscripten/dist/debug.js
generated
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.debugLog = exports.QTS_DEBUG = void 0;
|
||||
exports.QTS_DEBUG = false || Boolean(typeof process === "object" && process.env.QTS_DEBUG);
|
||||
exports.debugLog = exports.QTS_DEBUG ? console.log.bind(console) : () => { };
|
||||
//# sourceMappingURL=debug.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue