core/src/commands.cpp
changeset 57 683f4b1f08ce
parent 56 9c352d34f5aa
parent 54 ea6622dea85a
child 58 377ac716dabb
equal deleted inserted replaced
56:9c352d34f5aa 57:683f4b1f08ce
  3536 	{
  3536 	{
  3537 	TInt err = aError.Error();
  3537 	TInt err = aError.Error();
  3538 	if (err < 0)
  3538 	if (err < 0)
  3539 		{
  3539 		{
  3540 		aError.Report();
  3540 		aError.Report();
  3541 		const TDesC& scriptPath = Env().GetAsDes(KScriptPath);
       
  3542 		const TDesC& scriptName = Env().GetAsDes(KScriptName);
       
  3543 		PrintError(err, _L("Aborted \"%S\" at line %d"), &aError.ScriptFileName(), aError.ScriptLineNumber());
  3541 		PrintError(err, _L("Aborted \"%S\" at line %d"), &aError.ScriptFileName(), aError.ScriptLineNumber());
  3544 		}
  3542 		}
  3545 	Complete(err);
  3543 	Complete(err);
  3546 	}
  3544 	}
  3547 
  3545