From a841844a782d1bad2f9a56ae81f571c3ea3084bd Mon Sep 17 00:00:00 2001 From: CanadaHonk Date: Tue, 13 Dec 2022 15:32:33 +0000 Subject: [PATCH] glugun: add experimental warning when embedding node --- glugun/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glugun/index.js b/glugun/index.js index f775e2c..d1ac927 100644 --- a/glugun/index.js +++ b/glugun/index.js @@ -113,7 +113,7 @@ const _buildWin32 = async (name, dir) => { } if (embedNode) { - log('Embedding Node...'); + log('Embedding Node... (VERY EXPERIMENTAL!)'); const binary = name + '.exe'; const hasHtml = false; // await exists(join(buildDir, 'index.html'));