Skip to content

Commit 8fe91fb

Browse files
chore: require process module to resolve lint error
PR-URL: #5819 Closes: #5814 Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com> Reviewed-by: Athan Reines <kgryte@gmail.com> Signed-off-by: Anshu Kumar <132515490+anxhukumar@users.noreply.github.com> Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent c15b20d commit 8fe91fb

File tree

1 file changed

+5
-0
lines changed
  • lib/node_modules/@stdlib/assert/is-electron-main/lib

1 file changed

+5
-0
lines changed

lib/node_modules/@stdlib/assert/is-electron-main/lib/process.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818

1919
'use strict';
2020

21+
// MODULES //
22+
23+
var process = require( 'process' );
24+
25+
2126
// EXPORTS //
2227

2328
module.exports = process;

0 commit comments

Comments
 (0)