Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: removes unused import in preload script #35333

Commits on Aug 15, 2022

  1. Remove unused import of path

    This import gives out the error in the preload script:
    
    Error: module not found: path
        at preloadRequire
    lambainsaan authored and electron-bot committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    51a5a83 View commit details
    Browse the repository at this point in the history
  2. Remove import path as it is not used in the script

    note: Removes import path as it is not used in the script
    lambainsaan authored and electron-bot committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    dde8d7e View commit details
    Browse the repository at this point in the history