mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-27 01:57:41 +00:00
chore(developer): enable sourcemaps for kmc
This commit is contained in:
parent
f8cc04b880
commit
8d7ea6dcbb
1 changed files with 1 additions and 1 deletions
|
|
@ -16,5 +16,5 @@ if exist "%~dp0..\inst\node\dist\node.exe" (
|
|||
exit /b 1
|
||||
)
|
||||
|
||||
%nodeexe% %nodecli% %*
|
||||
%nodeexe% --enable-source-maps %nodecli% %*
|
||||
exit /b %errorlevel%
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue