Skip to content

Commit

Permalink
Remove completed TODO, see phetsims/chipper#1356
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 20, 2024
1 parent 1975b20 commit f190de3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/server/QuickServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ class QuickServer {

// Use the "node" executable so that it works across platforms, launching `tsc` as the command on windows results in ENOENT -4058.
// Pretty false will make the output more machine readable.
// TODO: Restart the quick server after adding -b, see https://github.com/phetsims/chipper/issues/1356
return execute( 'node', [ '../../../chipper/node_modules/typescript/bin/tsc', '-b', '--pretty', 'false' ],
`${this.rootDir}/chipper/tsconfig/all`, EXECUTE_OPTIONS );
}
Expand Down

0 comments on commit f190de3

Please sign in to comment.