Skip to content

Commit

Permalink
fix(deploy): set debug to true so logs are fetched when there is an e…
Browse files Browse the repository at this point in the history
…rror
  • Loading branch information
krishna-acondy committed Jan 11, 2021
1 parent b20e319 commit 7ea8e7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/deploy/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ async function getSASjsAndAccessToken(target: Target, isLocal: boolean) {
const sasjs = new SASjs({
serverUrl: target.serverUrl,
appLoc: target.appLoc,
serverType: target.serverType
serverType: target.serverType,
debug: true
})

let accessToken = null
Expand Down

0 comments on commit 7ea8e7b

Please sign in to comment.