Skip to content

Commit 95d6de3

Browse files
authored
Enabled debug mode to fix node tests (#1059)
* Enabled debug mode to fix tests * move system_debug to make.js
1 parent cf531c6 commit 95d6de3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

node/make.js

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ target.build = function() {
4141
target.test = async function() {
4242
target.build();
4343

44+
process.env['SYSTEM_DEBUG'] = 'true';
45+
4446
await buildutils.getExternalsAsync();
4547
run('tsc -p ./test');
4648
cp('-Rf', rp('test/scripts'), testPath);

0 commit comments

Comments
 (0)