scramjetorg / scramjet

Public tracker for Scramjet Cloud Platform, a platform that bring data from many environments together.
https://www.scramjet.org
MIT License
253 stars 20 forks source link

Fail when plugin adds a new class twice #108

Closed MichalCz closed 2 years ago

MichalCz commented 3 years ago

Basics

scramjet.plugin({
    WindowStream: require("./window-stream")
}).plugin({
    WindowStream: require("./window-stream")
});

Fails with an error.

MichalCz commented 2 years ago

Fix released.