Skip to content

Commit

Permalink
[MIRROR] Use experimental modules flag for Node before 12.22.4 (tgsta…
Browse files Browse the repository at this point in the history
…tion#238)

* Use experimental modules flag for Node before 12.22.4 (tgstation#60891)

* Use experimental modules flag for Node before 12.22.4

Co-authored-by: Aleksej Komarov <stylemistake@gmail.com>
  • Loading branch information
ms-mirror-bot and stylemistake committed Aug 16, 2021
1 parent 47cb597 commit f391ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/build.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
"%~dp0\..\bootstrap\node.bat" "%~dp0\build.js" %*
"%~dp0\..\bootstrap\node.bat" --experimental-modules "%~dp0\build.js" %*

0 comments on commit f391ec8

Please sign in to comment.