fix for cloned notes at root level + better logging

This commit is contained in:
azivner
2017-12-06 20:11:45 -05:00
parent a0bbd8c853
commit 0c6521545a
3 changed files with 14 additions and 3 deletions

View File

@@ -31,7 +31,9 @@ function showError(message) {
}
function throwError(message) {
throw new Error(message + ':' + new Error().stack);
messaging.logError(message);
throw new Error(message);
}
function getDateFromTS(timestamp) {