mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 20:48:11 +00:00
dbug
This commit is contained in:
@@ -19,6 +19,9 @@ const isProduction = process.env.NODE_ENV === 'production';
|
||||
const onError = (err) => {
|
||||
console.log(err);
|
||||
}
|
||||
console.log('&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&')
|
||||
console.log(process.env)
|
||||
console.log('&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&')
|
||||
|
||||
process.on('SIGINT', () => {
|
||||
console.log('Caught SIGINT, exiting');
|
||||
|
||||
Reference in New Issue
Block a user