mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 17:05:34 +00:00
Fixes #7408. For kmc*.cmd, enables source maps. If you are running kmc from node on your own system, you may need to enable source maps in other ways. Note that error reports should be going through to Sentry, and source maps should already be used for those.
4 lines
285 B
Batchfile
4 lines
285 B
Batchfile
@rem This script avoids path dependencies for node for distribution
|
|
@rem with Keyman Developer. When used on platforms other than Windows,
|
|
@rem node can be used directly with the compiler (`npm link` will setup).
|
|
@"%~dp0\node.js\node.exe" --enable-source-maps "%~dp0\kmc\kmlmc.cjs" %*
|