1
0
Fork 0

Fixed incorrect config option in error message.

This commit is contained in:
Joerg Schad 2017-05-25 14:08:02 +09:00
parent d68aa00ed4
commit b41793e5b0
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ void V8DealerFeature::validateOptions(std::shared_ptr<ProgramOptions> options) {
FATAL_ERROR_EXIT();
}
ctx->normalizePath(_appPath, "javascript.app-directory", true);
ctx->normalizePath(_appPath, "javascript.app-path", true);
// use a minimum of 1 second for GC
if (_gcFrequency < 1) {