Esempio n. 1
0
function showMsg() {
  SG.SetRootDir(__dirname);
  var g = new SG();
  g.log('second - primary depth message');
  third();
}
Esempio n. 2
0
function showMsg() {
  SG.SetRootDir(__dirname);
  var g = new SG();
  g.log('fourth - second depth message');
  fifth();
}