From 2a95d91a2e733ab6bb61af513786ae26fd84022f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rog=C3=A9rio=20Alencar=20Lino=20Filho?= Date: Thu, 1 Apr 2021 11:23:46 -0300 Subject: [PATCH] fixing process not defined error --- src/index.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ejs b/src/index.ejs index fc5dc13..90fd9c4 100644 --- a/src/index.ejs +++ b/src/index.ejs @@ -13,7 +13,7 @@
- <% if (!require('process').browser) { %> + <% if (!process.browser) { %>