From 8dc78699374dca5b8369ffa65a6e27a3eeb8f985 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 5 May 2019 22:17:03 +0100 Subject: Use console formatting to prove it out Signed-off-by: Daniel Silverstone --- test/js/inserted-script-async.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/js/inserted-script-async.js b/test/js/inserted-script-async.js index 5552e2773..aa6c0a351 100644 --- a/test/js/inserted-script-async.js +++ b/test/js/inserted-script-async.js @@ -1 +1 @@ -console.log("External asynchronous dynamism!"); +console.log("External %s dynamism!", "asynchronous"); -- cgit v1.2.3