Refactor error messages (#122)

This commit is contained in:
Sharon Ravindran
2016-10-28 12:26:31 -07:00
committed by GitHub
parent 96c3e746ad
commit 931235c604
4 changed files with 18 additions and 7 deletions

View File

@@ -222,7 +222,7 @@ namespace Microsoft.SqlTools.ServiceLayer.QueryExecution
}
if (SaveFailed != null)
{
await SaveFailed(ex.ToString());
await SaveFailed(ex.Message);
}
}
});