Skip to content

Commit

Permalink
fix: bin/log2sk
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 committed Nov 11, 2024
1 parent 63cd497 commit f68bd01
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 f68bd01

Please sign in to comment.