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 <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]> Reviewed-by: Athan Reines <[email protected]> Signed-off-by: Anshu Kumar <[email protected]> Signed-off-by: Philipp Burckhardt <[email protected]>
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

+5
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)