From 75eb134624f51771c3f93e093cdac8186a2105b5 Mon Sep 17 00:00:00 2001 From: Kreyren Date: Thu, 6 Jun 2019 12:54:34 -0500 Subject: [PATCH] Update script-js.md Fixes https://github.com/PhoenicisOrg/scripts/issues/989#issuecomment-499593708 --- docs/_docs/Develop/script-js.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_docs/Develop/script-js.md b/docs/_docs/Develop/script-js.md index 4adf92afca..e63abd0fed 100644 --- a/docs/_docs/Develop/script-js.md +++ b/docs/_docs/Develop/script-js.md @@ -92,6 +92,7 @@ var installerImplementation = { .author("Forename Surname") // author of this script (you) .appId(123456) // Uplay application ID .go(); + } }; /* exported Installer */