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

Serve/SPA: readFile returns EISDIR instead of ENOENT when a directory is called #5620

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

readFile returns EISDIR instead of ENOENT when a directory is called …

398d20a
Select commit
Failed to load commit list.
Open

Serve/SPA: readFile returns EISDIR instead of ENOENT when a directory is called #5620

readFile returns EISDIR instead of ENOENT when a directory is called …
398d20a
Select commit
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jun 8, 2023 in 1h 43m 26s

Build Passed

The build passed. This is a change from the previous build, which failed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #5620 Serve/SPA: readFile returns EISDIR instead of ENOENT when a directory is called.
Any changes that have been made to the development branch before the build ran are also included.

Jobs and Stages

This build has five jobs, running in parallel.

Job Node.js OS State
5445.1 20 Linux passed
5445.2 18 Linux passed
5445.3 16 Linux passed
5445.4 14 Linux passed
5445.5 12 Linux passed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Focal)
Node.js Versions 20, 18, 16, 14, 12
Build Configuration
{
  "language": "node_js",
  "dist": "focal",
  "node_js": [
    "20",
    "18",
    "16",
    "14",
    "12"
  ],
  "git": {
    "depth": 2
  },
  "os": [
    "linux"
  ],
  "arch": [
    "amd64"
  ],
  "before_install": [
    "sudo apt-get -qq update",
    "sudo apt-get install python3",
    "sudo apt-get install php-cli",
    "if [[ $(uname -m) == 's390x' ]]; then sudo apt-get install bc; fi"
  ],
  "services": [
    "docker"
  ],
  "install": [
    "npm install"
  ],
  "group": "stable"
}