Skip to content

Commit a2ce2ae

Browse files
committed
Handling unspecified parameters on GET. Adding customizable root folder.
1 parent 242359b commit a2ce2ae

File tree

3 files changed

+360
-334
lines changed

3 files changed

+360
-334
lines changed

helpers/netSuiteRestClient.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ const vscode = require('vscode');
22
const superagent = require('superagent');
33
const OAuth = require('oauth-1.0a');
44
const crypto = require('crypto');
5+
let path = require('path');
56

67
function getRelativePath(absFilePath) {
78
var rootDirectory = vscode.workspace.getConfiguration('netSuiteUpload')['rootDirectory'];

0 commit comments

Comments
 (0)