Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Sep 5, 2024
1 parent 8302af5 commit d284e1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions bin/migrate
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
set -e
SCRIPT_DIR=$(dirname "$(readlink -f "$0")")

ls $SCRIPT_DIR
ls $SCRIPT_DIR/../rust
ls $SCRIPT_DIR/../rust/bin
bash $SCRIPT_DIR/../rust/bin/migrate-cyclotron

python manage.py migrate
Expand Down
2 changes: 1 addition & 1 deletion plugin-server/src/cdp/fetch-executor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class FetchExecutor {

async execute(invocation: HogFunctionInvocation): Promise<HogFunctionInvocationResult | undefined> {
if (invocation.queue !== 'fetch' || !invocation.queueParameters) {
// throw new Error('Bad invocation')
status.error('🦔', `[HogExecutor] Bad invocation`, { invocation })
return
}

Expand Down

0 comments on commit d284e1d

Please sign in to comment.