updated by GasGit automation
This commit is contained in:
parent
ad4175064f
commit
76e21c5ac3
1 changed files with 9 additions and 0 deletions
9
libraries/cUseful/forPublishing.js
Normal file
9
libraries/cUseful/forPublishing.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
function showMyScriptAppResource(s) {
|
||||
try {
|
||||
return ScriptApp.getResource(s);
|
||||
}
|
||||
catch (err) {
|
||||
throw err + " getting script " + s;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue