Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderLiteplo committed Dec 10, 2024
1 parent 5a0aaa9 commit dd0b0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/oft-aptos/tasks/move/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async function main() {
`--address-name=${address_name}`,
`--named-addresses=${namedAddresses}`,
]
console.log(args)

return new Promise<void>((resolve, reject) => {
const childProcess = spawn(cmd, args, {
stdio: ['inherit', 'pipe', 'pipe'], // Inherit stdin, pipe stdout and stderr
Expand Down

0 comments on commit dd0b0df

Please sign in to comment.