Skip to content

Commit

Permalink
Enabled debug mode to fix node tests (#1059)
Browse files Browse the repository at this point in the history
* Enabled debug mode to fix tests

* move system_debug to make.js
  • Loading branch information
KonstantinTyukalov authored Aug 21, 2024
1 parent cf531c6 commit 95d6de3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions node/make.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ target.build = function() {
target.test = async function() {
target.build();

process.env['SYSTEM_DEBUG'] = 'true';

await buildutils.getExternalsAsync();
run('tsc -p ./test');
cp('-Rf', rp('test/scripts'), testPath);
Expand Down

0 comments on commit 95d6de3

Please sign in to comment.