Skip to content

Commit

Permalink
Merge pull request #50 from UnrealApex/UnrealApex-patch-1
Browse files Browse the repository at this point in the history
Fix grammatical error
  • Loading branch information
rhysd committed Dec 29, 2022
2 parents 39b08e1 + 2127f1d commit 01c2482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui_wasm.c
Expand Up @@ -2279,7 +2279,7 @@ gui_wasm_call_shell(char_u *cmd)
}

if (STRLEN(fullpath) < 3 || STRNCMP(".js", end - 3, 3) != 0) {
emsg(_("E9999: :! only supports executing JavaScript file. Argument must end with '.js'"));
emsg(_("E9999: :! only supports executing JavaScript files. Argument must end with '.js'"));
ret = FAIL;
goto cleanup;
}
Expand Down

0 comments on commit 01c2482

Please sign in to comment.