Skip to content

Commit

Permalink
fix: bin/log2sk (#1828)
Browse files Browse the repository at this point in the history
Fix the conversion utility by restructuring it to match
the current pipedProviders - app interface.
  • Loading branch information
tkurki authored Nov 12, 2024
1 parent 88c71cb commit 2260cf6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin/log2sk
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ const app = {
handleMessage: (id, delta) => console.log(JSON.stringify(delta)),
propertyValues: {
onPropertyValues: () => undefined
},
wrappedEmitter: {
bindMethodsById: () => {}
}
}

new require('../lib/pipedproviders')(app).createPipedProvider({
new require('../lib/pipedproviders').pipedProviders(app).createPipedProvider({
pipeElements: [
{
type: 'providers/simple',
Expand Down

0 comments on commit 2260cf6

Please sign in to comment.