Skip to content

Instantly share code, notes, and snippets.

View sixertoy's full-sized avatar
🏠
Working as #digital #nomad

Matthieu sixertoy

🏠
Working as #digital #nomad
  • Freelance
  • Montpellier - France
View GitHub Profile
@sixertoy
sixertoy / console-stacktrace
Created August 30, 2014 20:10
console-stacktrace
function __getErrorObject(){
var obj = {};
var err = (new Error).stack.split("\n");
err = err.splice(1);
// [0].match(/:([0-9]+):/)[1];
return err;
}
@sixertoy
sixertoy / windows-console-help.md
Last active August 29, 2015 14:05
Windows Console Help