1
0
Fork 0

Merge pull request #2496 from joerg84/devel

Fixed incorrect config option in error message.
This commit is contained in:
Frank Celler 2017-05-25 10:13:24 +02:00 committed by GitHub
commit 6bdc91c1b1
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) {