Add + use text file util
This commit is contained in:
@@ -1481,4 +1481,10 @@ function shutdownServer() {
|
||||
server.shutdown();
|
||||
}
|
||||
|
||||
// ===========================================================================
|
||||
|
||||
function getContentsOfTextFile(filePath) {
|
||||
return loadTextFile(filePath);
|
||||
}
|
||||
|
||||
// ===========================================================================
|
||||
Reference in New Issue
Block a user