diff options
author | Veesh Goldman <rabbiveesh@gmail.com> | 2024-09-01 22:21:56 +0300 |
---|---|---|
committer | Veesh Goldman <rabbiveesh@gmail.com> | 2024-09-01 22:21:56 +0300 |
commit | 5ff3c85431224b38269c99b7dc4e0229f2fc6149 (patch) | |
tree | 3e6a4b70ff19db64bf326a01a1e78d0372943801 | |
parent | 7129ef83b37757b63e33d402dc27061ecd9af5e6 (diff) | |
download | PerlNavigator-5ff3c85431224b38269c99b7dc4e0229f2fc6149.zip |
chore: ENOCONSOLELOGS
-rw-r--r-- | server/src/parser.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/src/parser.ts b/server/src/parser.ts index 4d8c731..e3d51cf 100644 --- a/server/src/parser.ts +++ b/server/src/parser.ts @@ -596,7 +596,6 @@ function PackageEndLine(state: ParserState) { // Resolve the path to the vscode-oniguruma package const onigurumaPkgPath = path.dirname(require.resolve('vscode-oniguruma/package.json')); -console.log(onigurumaPkgPath); // Construct the path to onig.wasm const onigWasmPath = path.join(onigurumaPkgPath, 'release', 'onig.wasm'); // Read the file |