GoogleChromeLabs/jsvu
Incorrect path being made in .cmd wrapper on windows.
Aberta
#68 aberto em 12 de abr. de 2019
enhancementgood first issue
Métricas do repositório
- Stars
- (2.024 estrelas)
- Métricas de merge de PR
- (Mesclagem média 86d 18h) (2 fundiu PRs em 30d)
Description
Following the execution path:
https://github.com/GoogleChromeLabs/jsvu/blob/853836d94d207f6c8f487f272121b0bd4a5f7b72/shared/installer.js#L46 https://github.com/GoogleChromeLabs/jsvu/blob/853836d94d207f6c8f487f272121b0bd4a5f7b72/shared/installer.js#L131-L132 https://github.com/GoogleChromeLabs/jsvu/blob/853836d94d207f6c8f487f272121b0bd4a5f7b72/shared/installer.js#L134
Which results in this:
@echo off
"%~dp0engines/v8\v8.exe" --natives_blob="%~dp0engines/v8\natives_blob.bin" --snapshot_blob="%~dp0engines/v8\snapshot_blob.bin" %*