Skip to content

Commit 232e0d5

Browse files
author
Andrew Klitzke
committed
debug
1 parent ef46a89 commit 232e0d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class RustPlugin {
5959

6060
const dockerCLI = process.env['SLS_DOCKER_CLI'] || 'docker';
6161
console.log("you're looking for this!");
62-
console.log(funcArgs);
62+
console.log(this);
6363
const path = this.custom.dockerPath || this.servicePath;
6464
const defaultArgs = [
6565
'run',

0 commit comments

Comments
 (0)