We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e94b4b commit 66e0758Copy full SHA for 66e0758
sheetScript.gs
@@ -176,6 +176,8 @@ function updatePlaylists(sheet) {
176
177
if (totalErrorCount == 0) {
178
debugSheet.getRange(nextDebugRow, nextDebugCol+1).setValue("Updated all rows, script successfully finished")
179
+ } else {
180
+ debugSheet.getRange(nextDebugRow, nextDebugCol+1).setValue("Script did not successfully finish")
181
}
182
// Clear next debug column if filled reservedDebugWrapRow rows
183
if (nextDebugRow >= reservedDebugWrapRow) {
0 commit comments