===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-loud-rejection-2.2.0/index.js-24-				if (!(error instanceof Error)) {
node-loud-rejection-2.2.0/index.js:25:					error = new Error(`Promise rejected with value: ${util.inspect(error)}`);
node-loud-rejection-2.2.0/index.js-26-				}
##############################################
node-loud-rejection-2.2.0/test.js-62-		if (message.status !== 'ready') {
node-loud-rejection-2.2.0/test.js:63:			t.fail(`I got a message I don't understand: ${JSON.stringify(message)}`);
node-loud-rejection-2.2.0/test.js-64-		}