From a8ac07338acac7b53e2a9813a51cc2906f7b2959 Mon Sep 17 00:00:00 2001 From: Karim Ahmed Date: Sat, 10 Dec 2022 23:59:34 +0000 Subject: [PATCH] Update Story.ts Fixed error running the code using quickjs --- src/engine/Story.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/Story.ts b/src/engine/Story.ts index 95a05e22..c15f933c 100644 --- a/src/engine/Story.ts +++ b/src/engine/Story.ts @@ -200,7 +200,7 @@ export class Story extends InkObject { "Version of ink used to build story is too old to be loaded by this version of the engine" ); } else if (formatFromFile != Story.inkVersionCurrent) { - console.warn( + console.log( "WARNING: Version of ink used to build story doesn't match current version of engine. Non-critical, but recommend synchronising." ); }