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